home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 November / Electronic Clipper 1998-11.iso / Idea Source® / ink2.dir / 00081_Script_timer03 < prev    next >
Text File  |  1998-08-26  |  124b  |  7 lines

  1. on exitFrame
  2.   if the timer < 90 then go the frame
  3.   else
  4.     puppetTransition 51, 01
  5.     go frame "0303"
  6.   end if
  7. end